The Future of Cloud Storage and Problems With The Present

(The Hosting News) – Delivering robust yet high performing storage in the cloud has been one of the greatest hardware and software challenges in the explosion of cloud computing. Poor storage performance from many leading Infrastructure-as-a-Service (IaaS) clouds is one of the most cited complaints by users. In this post I will outline the dominant approach to storage currently, our current approach and what the future holds for cloud storage. The great news is that a revolution in how data is stored and accessed is right around the corner!

As I outlined in my recent post on how to benchmark cloud servers, along with networking performance, storage performance is one of the key differentiating factors between different IaaS clouds. Storage performance varies widely across different clouds and even within the same cloud over time. While managing CPU, RAM and networking securely and reliably has been largely solved, delivery of secure reliable storage clearly hasn’t.

One of the key trade-offs traditionally with storage is between performance and redundancy/reliability. The more redundant a storage solution, the slower the performance as any write action needs to be duplicated in a way not necessary without less replication/redundancy. For example, holding storage in RAID1 gives much higher performance than RAID5 or RAID6. If a drive fails in RAID1, until the second drive is reconstituted, all data on the remaining drive is at risk if a further drive fails (the same is the case under RAID5). That isn’t the case with RAID6 but RAID6 under normal circumstances has much less performance.

It is also important to draw a distinction between cloud storage that is persistent and ephemeral/temporary storage. For temporary storage which isn’t intended for storing critical data, its ok to have little or no resilience to hardware failure. For permanent storage, the resilience is critical.

The Myth of the Failure Proof SAN

For permanent storage most public IaaS clouds employ a Storage Area Network (SAN) architecture for persistent data storage. This architecture is a stalwart of the enterprise world and a tried and tested storage method. Modern SANs offer a high degree of reliability and significant built-in redundancy for stored data. They include granular controls on how data is stored and replicated. In short, the modern SAN is a big, highly sophisticated and expensive piece of storage equipment; its also very complicated and proprietary.

Many modern SANs claim to be virtually failure proof, sadly the practical reality doesn’t seem to bear this out. Some of the biggest outages and performance failures in the cloud have related to a SAN failure or significant degradation in performance and that’s the rub. SANs don’t go wrong very often but when they do they are huge single points of failure. Not only this but their complexity and proprietary nature mean when things do go wrong, you have a pretty big, complex problem to solve on your hands. That’s why the outages when they have occurred have often been measured in hours not minutes. The sheer size of your average SAN means it takes quite some time to just repair itself once you have addressed the problem even after the initial problem has been solved.

There is another problem with SANs in a compute cloud and that is latency. The time it takes storage data to travel across the SAN and network to the compute nodes where the CPU and RAM is doing all the work is significant enough to dramatically affect performance. Its really not a case of bandwidth, its a problem of latency. For this reason SANs create an upper boundary level to storage performance by virtue of the time it takes data to move back and forth between the compute nodes and the SAN.

Using a SAN is, in our opinion, an old solution to a new problem and their fit with the cloud is therefore not a good one. If the cloud is to delivery high performance, reliable and resilient storage, the cloud needs to move beyond the SAN.

Our Approach: We like Simple Low Impact Problems

When building out our cloud we made the decision early that we preferred more frequent low impact problems than infrequent high impact problems. Essentially we’d rather solve a simple small problem which occurs more frequently (but still rarely) than a complicated large problem that occurs less frequently. For this reason we chose not to use SANs for our storage but local RAID6 arrays on each computing node.

By putting storage locally on each node where computing is taking place, for the most part the virtual disk and CPU/RAM are matched to the same physical machine. This means our storage has very low latency. For storage robustness we coupled this with RAID6. To prevent performance suffering we use high-end battery backed hardware RAID controllers with RAM caches. Our RAID controllers are able to deliver high performance even with RAID6 arrays and are resilient to power failures (our computing nodes have two independent power supplies in any case).

To further boost performance and reduce the impact of any drive failure we use small 2.5” 500GB drives. If any drive fails in an array we quickly replace it and the RAID array is re-constituted in a much shorter period of time. Not only that but the greater density of spindles per terabyte of storage means that the load of heavy disk access is spread across a greater number of drives. For this reason our storage performance is one of the best of any public cloud.

Local storage has one main drawback, if a physical host which has your disk on it fails for some reason, you will lose access to that disk. In reality hosts rarely fail completely in this way (it hasn’t happened yet) and we maintain ‘hot spares’ which allow us to swap the disks into a new host almost immediately minimising downtime to 10-15min usually. Most of our customers have multiple servers across different physical machines. It means that the failure of any one host has a tiny impact on the cloud overall, it doesn’t affect most customers at all and those affected suffer a limited outage to some of their infrastructure only. Compare that the a SAN failure for complexity and time to recovery!

Despite this it would be great if a host failure didn’t mean loss of access to drives on that host machine. Likewise it would be great to have disks without upper size limits that could be larger than the size of storage on any one physical host.

Death of the SAN and Local Storage; a New Approach

Its clear both SANs and local storage have their drawbacks. For ourselves the drawbacks of local storage are much less than SANs, coupled with the better performance its the right choice for a public cloud at the moment. The current way of delivering storage is about to be revolutionised however by a new approach to storage, its called distributed replicated block devices (DRBD) or just ‘distributed block storage’.

Distributed block storage takes each local storage array and, in much the same way as RAID combines multiple drives into one single array, combines each storage/compute node into one huge array cloud wide. Unlike a SAN, management of a distributed block storage array is federated so there is no single point of failure in the management layer. Likewise any data stored on any single node is replicated across other nodes completely. If any physical server were to fail, there would be no loss of access to data stored on that machine. The distributed block storage arrangement means that the other virtual servers would simply access the data from other physical servers in the array.

If your virtual machine was unlucky enough to be on a host that fails (so you’d lose the CPU/RAM you were using), our system would simply bring it back up on another physical computing node immediately. Essentially you have eliminated all single points of failure in storage, delivering a high availability solution to customers. The cost we could offer this at is expected to not be at any premium to our current pricing levels.

Another great benefit of distributed block storage is the ability to create live snapshots of drives even if they are in active use by a virtual server. Rollbacks to previous versions in time are also possible in a seamless way. In essence backups become implicit in the system through replication with the added convenience of snapshots.

There are a number of open source solutions currently in development that are looking to delivery such a solution, one of the leading contenders currently is a project called Sheepdog. Within 6 months it is expected that an open source distributed block storage solution will be available in a pretty stable form.

On the commercial side a company called Amplidata have already launched an extremely robust, cost effective distributed block storage solution delivering the sort of advantages outlined above. They are fellow TechTour finalists along with ourselves and presented at the TechTour Cloud and ICT 2.0 event in Lausanne and CERN last week; it was certainly very interesting to listen their presentation.

Distributing the Load

Another benefit of distributed block storage is the ability to spread the load from a heavy use virtual drive across multiple disk arrays. Whereas currently local storage means the load for a particular drive can only be spread within one RAID array, distributed block storage spreads the load from any one drive across a great many servers with separate disk arrays. The upshot is that drives in heavy use have a much more marginal impact on other cloud users as their impact is thinly spread across a great many physical disk arrays.

The key lesson here is that in the future, cloud storage will be able to deliver a much more reliable, less variable level of performance. This will make many customers happy who currently suffer from wide variations in their disk performance currently.

Latency becomes Critical Again

I talked about the latency problem with SANs and how we avoid this with local storage, by distributing storage across a whole array of separate physical machines won’t distributed block storage suffer from the same problems? In principal yes it will. That’s why the storage network of the cloud needs to be reconsidered and modified in conjunction with distributed block storage implementation.

Currently our storage network is relatively low traffic, almost all virtual servers are on the same physical machine as the disk. It means traffic between physical servers is minimal and latency is very low. How to cope with most disk traffic travelling between physical servers on the storage network? The answer is to switch to low latency networking and increase cache sizes on each physical server. In this regard there are two main options, 10Gbps Ethernet or Infiniband. Both have advantages and disadvantages however they both share the promise of significantly lower latency over their networks. Which is better is a whole blog post in itself!

In order to deliver the promise of high performance reliable storage, distributed block storage must therefore be implemented with a low latency storage network.

Where does SSD fit in?

Solid State Drive (SSD) storage is ideal for storage which has a high read to write access ratio. It is not actually ideal for many heavy write storage uses which many traditional storage solutions can outperform. Currently the price of SSD makes it of limited use for most every day storage needs. There is an argument for moving some heavy read storage onto SSD to boost overall performance and its something as a company we are actively investigating. For a cool upcoming SSD storage solution check out Solidfire (not that much to look at yet but one to watch!)

Conclusion

Storage in the cloud currently is sub-optimal. The advent of distributed block storage will deliver SAN-style convenience and reliability with local storage level performance. The elimination of any single point of failure in storage is a huge leap forward and brings closer the fully matured, affordable high availability IaaS cloud.

Follow us on Twitter here
Join us on Facebook!

Source: The Future of Cloud Storage and Problems With The Present

Nuisoft Systems Inc. Launches Hostership

(The Hosting News) — Nuisoft Systems Inc. today announced the launch of Hostership, a new service for web hosting industry service providers and consumers. With the Hostership loyalty and rewards card, consumers receive rewards when they purchase products or services within the web hosting industry. It can be used with participating web hosting companies, software companies, and service companies, for example, server management companies.

Cards that reward customers wherever the card is used are common in many countries. The Hostership loyalty and rewards card fills the same role in the web hosting industry.

Hostership provides opportunities for web hosts and other industry service companies. By accepting the Hostership card, they encourage new business and demonstrate how much they appreciate customers who are Hostership members. In addition, Hostership applicants are manually anti-fraud vetted before being approved as members. This step provides participating merchants the security of knowing that Hostership members are not fraud risks.

Consumers also benefit from Hostership. They’re rewarded every time they purchase from Hostership partners by earning points that they can exchange for Hostership vouchers. These vouchers are redeemable for discounts with all Hostership partners.

“Hostership is a major step forward in strengthening the link between hosting suppliers and customers,” explains Andre Allen, president and CTO of Nuisoft Systems Inc. “Customers are rewarded for being loyal to their hosts, and providers have an additional incentive to maintain a high level of customer satisfaction. It’s a true win/win that I believe will enable greater connections and result in better overall service.”

About Nuisoft Systems Inc.

Founded in 2009, Nuisoft Systems Inc. is based in Bolton, Ontario, Canada. They provide complete information technology services focused on the small to mid-sized market. Their key services include website and complex application hosting, infrastructure management, and application development services.

http://www.hostership.com

Source: Nuisoft Systems Inc. Launches Hostership

Instant Recovery of Deleted Files Using Data Recovery Software

(The Hosting News) - Recover Data has announced the release of highly affordable and best performing Data Recovery Software v-2.0 with increased features.

Recover Data is a leading provider of data recovery solutions and legal technologies products and services. Today, Recover Data announced major realize it FAT & NTFS data recovery utility tool to include other type’s recovery capabilities. Utilizing newly developed proprietary technology, the software now provides faster scanning result, searches corrupted, damaged and formatted windows file system/partition, support more file formats and includes prosperous set of user friendly feature. You can easily download its free demo version software and experience its superior qualities.

There are various kinds of the file deleted reasons:-

• Virus/Trojans attacks in storage media
• Bad Sectors in hard drive
• Hardware malfunction
• Software malfunction
• Accidental shutdown
• File system corruption

If you have lost data due to any type above of the reasons, and then you required the professional data recovery windows software to retrieve your deleted/lost files/data. According to our well-organized software Recover Data offers some unique technical features for providing trustworthy data recovery results in a few minutes of any technical or non technical users.

Windows data recovery software provides exceptionally features

• Recover data from lost/formatted/deleted partitions
• Recover files that have been deleted from “Recycle Bin”.
• Recover data from formatted windows partition.
• No Technical knowledge required to access this software.
• Easy to install, safe and secure recovery features.
• Supports all versions of 98, ME, XP, 2000, 2003, Vista and 2007

The software is fully robust to recover data lost from deleted, formatted or corrupted FAT16, FAT32, NTFS, NTFS4 & NTFS5 file system. Data recovery windows software can effectively retrieve data from mistakenly deleted files using Shift+Del or by emptying Recycle Bin. This easy and strong recovery software used to recover lost/missing data loss due to power outage, formatted disk, corrupted file systems, deleted partition, virus corrupted drives, hardware malfunction etc. This data recovery software application deeply scans the FAT and NTFS partition and safely recovers secure data including photos, picture, songs and more files etc. At recover data you will find the best recovery programs designed to salvage deleted files in all data loss situations. You can know more details about the data recovery windows software by visit http://www.windowsdatarecovery.in website. By using this data recovery software for Windows you can easy to handle all data loss problem with its user-friendly guidelines.

Source: Instant Recovery of Deleted Files Using Data Recovery Software

50% of Companies Do Not Optimize Their Website For Mobile

(The Hosting News) – Most of the firms in United States neglect the needs of the clients of accessing their websites from mobiles, according to a research made by 1&1, a global leader in web hosting services. The study was made on 818 small to medium-sized companies; from these, 50% never checked their websites on Smartphone users. From the companies that have done that, 43% say that their website has a reduced appearance and functionality. 57% have not optimized their websites for mobile usage and have no plans to do this also.

The businesses in US struggled to promote themselves on the Internet in the past years. Also, they should focus on the mobile as lately more consumers  use devices as iPhone, BlackBerry or Android.

As the screen is smaller on mobile devices, most of the websites may need a different version, adapted for mobile.

Oliver Mauss, CEO of 1&1 said: “Many websites have not yet reached the Smartphone age. As a result, small firms in particular can miss a massive opportunity. Businesses must ensure that when their website is viewed on a mobile, it loads promptly, functions correctly and comprises an attractive and fitting representation of them”.

1&1 comes with free software included with all the hosting plans, that enables web designers to test their websites on mobile devices by emulating the latest smartphones.

Source: 50% of Companies Do Not Optimize Their Website For Mobile

Flexiant Targets The US Cloud Computing Market

(The Hosting News) – Pioneering cloud software and services company Flexiant marked its entry into the US market with an announcement today of its partnership with Phoenix Fire, a business development agency specialising in partner channel development for the US technology sector.

The partnership demonstrates Flexiant’s commitment to the aggressive expansion of its worldwide channel as Robert Karssiens, Flexiant’s Director of Sales & Marketing explains:  “Flexiant has an ambitious growth plan and the US is a key market for us.  Our cloud platform is already used extensively in Europe and we believe Phoenix Fire will be a considerable asset to accelerating our expansion in the US.”

Flexiant, headquartered in Scotland, developed Europe’s first cloud platform in 2007 and is one of only a handful of independent cloud platform providers world wide. Phoenix Fire will implement a robust campaign to recruit re-seller partners in the North American territories for Flexiant’s revolutionary Extility cloud computing  platform.

Flexiant’s Extility software is a licensed cloud computing platform delivering all the benefits of real-time server estate management to end-users through its unique user interface and API. Central to these end-user benefits is the ability to shape server requirements to meet and exceed the demands of a perpetually shifting market landscape, allowing provisioning and reconfiguration of servers in seconds or minutes rather than hours or days.

Licensees of Extility not only enjoy the competitive edge of providing world class scalable services to existing or new business; the savings springing from Extility’s unified platform mean that they are able to do so at realistic prices in a market projected to comprise of over 20% of corporate IT infrastructure within five years.

Flexiant also offers a public cloud service, FlexiScale, which enables start-ups and SMEs to grow from one server to one thousand servers in seconds – critical for organisations offering streaming video, social networking or SaaS, and ideal for a wealth of other applications.

FlexiScale’s pay-as-you-go virtual dedicated servers can be up and running, or taken down in less than 60 seconds, ensuring businesses can rapidly shape their IT resources in response to dynamic market conditions. With no long-term commitment or capital expenditure required from customers, FlexiScale facilitates clear focus on core business activities by reducing time, energy and effort spent on IT provisioning and investment.

In addition to a range of other deployments, Extility, is currently being used as a test bed by the European Commission on three multi-million pound FP7 research and development projects aimed at driving forward the adoption of cloud computing across Europe.

http://www.flexiant.com

Source: Flexiant Targets The US Cloud Computing Market